ComponentOne ASP.NET MVC Controls
TrendLineOrder Property

C1.Web.Mvc Namespace > TrendLine<T> Class : TrendLineOrder Property
Gets or sets the number of terms in a polynomial or fourier equation.
Syntax
'Declaration
 
<JsonAttribute("order")>
<DefaultValueAttribute(2)>
Public Property TrendLineOrder As Integer
[Json("order")]
[DefaultValue(2)]
public int TrendLineOrder {get; set;}
Remarks
Set this value to an integer greater than 1. It works when the fitType is set to TrendLineFitType.Polynomial or TrendLineFitType.Fourier.
See Also

Reference

TrendLine<T> Class
TrendLine<T> Members